css image recolor: Load images at the proper scale
authorMatthias Clasen <mclasen@redhat.com>
Fri, 29 Jan 2016 22:30:10 +0000 (17:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 29 Jan 2016 22:30:10 +0000 (17:30 -0500)
commitb281c9d740c1536513618047353321ee379c2b72
tree8df4644b6326e7a73b771cc9dcdb0f78c3424989
parent001598a8211e02dbbebd1bf71c51d4b96bdb9bef
css image recolor: Load images at the proper scale

We should not hardcode a scale of 1, this leads to
pixellated upscaled images at scale=2, even if the source
is an svg. By passing the proper scale, we can load the
svg at the correct size.
gtk/gtkcssimagerecolor.c